Objects Types and Constants Properties Methods Object Hierarchy Index
Copies the Graphic objects in a two dimensional array.
C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyAbsolute(X, Y, Z, Rows, Columns, Fit, XRef, YRef, ZRef, Matrix, &prop);
Visual Basic:
prop = object.ArrayCopyAbsolute(X, Y, Z, Rows, Columns, Fit, XRef, YRef, ZRef, Matrix)
Parts:
X |
double |
[in] |
X coordinate defining row and column spacing. |
Y |
double |
[in] |
Y coordinate defining row and column spacing. |
Z |
double |
[in] |
Z coordinate defining row and column spacing. |
Rows |
long |
[in] |
Number of rows including the original. |
Columns |
long |
[in] |
Number of columns including the original. |
Fit |
VARIANT* |
[in][optional] |
True if specified point is for last copy. |
XRef |
VARIANT* |
[in][optional] |
X coordinate of the reference point. |
YRef |
VARIANT* |
[in][optional] |
Y coordinate of the reference point. |
ZRef |
VARIANT* |
[in][optional] |
Z coordinate of the reference point. |
Matrix |
VARIANT* |
[in][out][optional] |
The matrix that was calculated. |
prop |
[out][retval] |
The copied Graphic objects. |
Copies the Graphic objects in a two dimensional array. Always translates in the currently active workplane?
C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyAbsolute(X, Y, Z, Rows, Columns, Fit, XRef, YRef, ZRef, Workplane, Matrix, &prop);
Visual Basic:
prop = object.ArrayCopyAbsolute(X, Y, Z, Rows, Columns, Fit, XRef, YRef, ZRef, Workplane, Matrix)
Parts:
X |
double |
[in] |
Coordinate defining row and column spacing. |
Y |
double |
[in] |
Coordinate defining row and column spacing. |
Z |
double |
[in] |
Coordinate defining row and column spacing. |
Rows |
long |
[in] |
Number of rows including the original. |
Columns |
long |
[in] |
Number of columns including the original. |
Fit |
VARIANT* |
[in][optional] |
True if specified point is for last copy. |
XRef |
VARIANT* |
[in][optional] |
X coordinate of the reference point. |
YRef |
VARIANT* |
[in][optional] |
Y coordinate of the reference point. |
ZRef |
VARIANT* |
[in][optional] |
Z coordinate of the reference point. |
Workplane |
VARIANT* |
[in][optional] |
Workplane or direction vector? |
Matrix |
VARIANT* |
[in][out][optional] |
The matrix that was calculated. |
prop |
[out][retval] |
The copied Graphic objects. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums